body {
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

.footerbglcit {
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	height: 80px;
	margin: 0px;
}
.footercon {
	margin:auto;
	width: 1000px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top:20px;
	color: #FFF;
	text-align:center;
	text-decoration: none;
}

.footercon  a{
	color: #FFF;
	line-height:30px;
	text-decoration: none;
}
.footercon  a:hover{
	color: #FF0;
	text-decoration: none;
}